projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1f243
)
85xx: P1020RDB Support Added
author
Poonam Aggrwal
<
[email protected]
>
Thu, 20 Aug 2009 13:27:02 +0000
(18:57 +0530)
committer
Kumar Gala
<
[email protected]
>
Fri, 28 Aug 2009 22:12:41 +0000
(17:12 -0500)
Signed-off-by: Poonam Aggrwal <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
MAKEALL
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/MAKEALL
b/MAKEALL
index 6634f09f9102f5dec9f87c8b491e81d330b29f22..754ae5a6886a6ea3fbb81ee4b2767cb23f60cb61 100755
(executable)
--- a/
MAKEALL
+++ b/
MAKEALL
@@
-391,6
+391,7
@@
LIST_85xx=" \
MPC8572DS_36BIT \
P2020DS \
P2020DS_36BIT \
+ P1020RDB \
P2020RDB \
PM854 \
PM856 \
diff --git
a/Makefile
b/Makefile
index b1095e8fea7af11472889298b611194f73675fba..9c86959270ba1b47fe2000a6b5a37dc5a01e4d08 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2528,6
+2528,11
@@
P2020DS_config: unconfig
fi
@$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds freescale
+P1020RDB_config: unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_P1020" >>$(obj)include/config.h ;
+ @$(MKCONFIG) -a P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
+
P2020RDB_config: unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_P2020" >>$(obj)include/config.h ;